home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_pycentral
- if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q '^ *version'; then
- pycentral pkgprepare python-software-properties <<PYEOF
- [python-package]
- format = 1
- python-version = >= 2.4
- [pycentral]
- version = 0.6.7
- [files]
- /usr/share/pyshared/softwareproperties=d
- /usr/share/pyshared/softwareproperties/__init__.py=f
- /usr/share/pyshared/softwareproperties/AptAuth.py=f
- /usr/share/pyshared/softwareproperties/CountryInformation.py=f
- /usr/share/pyshared/softwareproperties/distro.py=f
- /usr/share/pyshared/softwareproperties/MirrorTest.py=f
- /usr/share/pyshared/softwareproperties/SoftwareProperties.py=f
- PYEOF
- else
- mkdir -p /var/lib/pycentral
- echo python-software-properties >> /var/lib/pycentral/delayed-pkgs
- fi
- # End automatically added section
-